home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / OS2 / PAD / PADHD.DOC < prev    next >
Text File  |  1994-04-30  |  18KB  |  337 lines

  1.  
  2.                                      PADHD
  3.                          A Presentation Manager Utility
  4.                      Copyright (c) 1994 by Gary L. Robinson
  5.                                *** SHAREWARE ***
  6.                               ver. 1.00 ( 32 bit )
  7.                        
  8.  
  9. WHAT IS PADHD
  10.    PADHD ver. 1.00 is a "scratch pad" to jot notes in and organize small files into.  
  11. While PADHD is NOT a WORD PROCESSOR It has several features to help make man-
  12. aging notes a lot easier - such as cut, clear, copy, paste, search, save to ASCII, 
  13. import ASCII file, and an ASCII dump to the printer.  At its simplest it is merely a note
  14. pad.  At it's most it is a great note organizer for students, teachers, programmers 
  15. ( source code files and examples ), and any one with a lot of information to handle.  
  16. PADHD will keep up to 1000 records, each 29,999 bytes long, per data file.  There 
  17. can be an unlimited number of data files, so the amount that can be stored is un-
  18. limited.  Each data file will grow and/or shrink as you add or delete records.  Their 
  19. size is not static.  Find notes, source code, or any info when you need it, then copy
  20. and paste into almost any program to use it!  Pad can save you hours of time search-
  21. ing your hard drive for files and makes it easy to organize!
  22.  
  23. INSTALLING PADHD
  24.    PADHD has no installation program.  It consists of three files - PADHD.EXE ,
  25. PADHD.DOC, and ORDER.FRM.  After you unzip it, copy PADHD.EXE and PADHD.DOC 
  26. to a utilities directory or where ever you want them to reside.  If you don't need the 
  27. doc file, it may be erased but the doc file is used by the Help selection on the Menu
  28. Bar.  If you do erase it, you will not be able to call it through using Help.  The file
  29. ORDER.FRM is an order form to register PADHD and can be easily printed to make 
  30. registering an easy and almost painless chore.  
  31.    Migrate PADHD to the desk top or use a program template to put an icon on the 
  32. desktop for it.  Or you could run it from the command line to test it.  Whatever serves 
  33. your purpose.  After you run it the first time it will create two other files in the same
  34. directory.  PADHD.PDF is the data file that holds the info on your notes.  PADHD.INI 
  35. is an initiation data file that holds settings and screen coordinates.  To keep these 
  36. files all in the same directory make sure you do not type in any other path in the 
  37. Working Directory field of the Settings notebook for the PADHD program object.
  38.  
  39. USING PADHD
  40.    Using PADHD should be rather simple and I hope intuitive.  That's primarily
  41. why it was written.  Double click on the PADHD icon and after you see the noxious
  42. shareware screen and you will see the main screen appear.  You are presented with
  43. a list box which will show a list of your notes and six push buttons that will
  44. perform various tasks.  Of course, when you first start with PADHD there are not any
  45. notes listed.  The first, obvious, thing to do is to use the Add button and create some
  46. records.
  47.  
  48. /******************** Controls on Main Screen ***************************/
  49.  
  50. QUIT   :  Rather obvious function.  It ends the program.
  51.  
  52. VIEW   :  Strictly for viewing - double clicking on the name of the record in
  53.            the list box will also activate the View window.  Copy, Search, Export, and
  54.            Print controls are available in the View Window.
  55.  
  56. EDIT   :  Edit a note and change it's content.  Notes can be copied or imported
  57.            from the clip board, imported from an ASCII file, or typed in.  Copy, Paste,
  58.            Cut, Clear, Print, Search, and Import/Export controls are available in the 
  59.            Edit Window.  
  60.  
  61. ADD    :  Use this to start a new note. Up to 1000 notes per data file.  Copy, Paste,
  62.            Cut, Clear, and Import controls are available in an Add Window. 
  63.  
  64. SEARCH : Use this to search through the text or name part of the notes for specific 
  65.            words or phrases.  This global search button will search through all records
  66.            and find any occurrences of your search string.
  67.  
  68. DELETE :  Destroy the note and remove it from the data file.
  69.  
  70.    When you first start the program, of course, you have no notes.  So the first push
  71. button you'll use is the ADD function. When you press the ADD button you'll be pre- 
  72. sented with the Add Record window.  There you can type in the name of the note that
  73. will appear in the initial screen's list box.  Then type in the body of the note.  The 
  74. maximum size for a note is 29999 characters which includes empty spaces between 
  75. words.  To the right of the Record Name field will be a read out of the current number
  76. of bytes you have left in that record.  Then you have several choices. 
  77.  
  78. /******************** Controls in Add Window ***************************/
  79.  
  80. OK      :  Closes the Add window and saves the record to disk.
  81.                 
  82. CANCEL :  Backs out with out saving or setting anything.
  83.  
  84. COPY   :  Copies highlighted text to the clip board.
  85.  
  86. PASTE  :  This button copies whatever is in the clip board and pastes it into the cur-
  87.             rent record starting at the current cursor position.
  88.  
  89. CUT     :  This deletes any highlighted text from the record but also copies it to the
  90.             clip board at the same time.
  91.  
  92. CLEAR  :  This will delete any highlighted text.
  93.  
  94. IMPORT FROM FILE  :  Import From File presents the user with an Open Dialog box
  95.                           which is used to select a TEXT file and import it into the
  96.                           current record at the current cursor location.  The maximum 
  97.                           size file that can be imported is 29,999 bytes in a new record
  98.                           or whatever the Bytes Available field to the right of the 
  99.                           Record name field tells you is available.
  100.  
  101.      After you have saved one or more records then the Edit, View, Search, and Delete
  102. buttons will be usable.  Below is a list of controls on the Edit and View windows :
  103.  
  104. /************************* Controls in Edit Window *********************/
  105.  
  106. SAVE NOW  :  Saves current record to disk but does NOT close window.  Located 
  107.                 above the Record Name.
  108.                 
  109. HOME   :  Places cursor at the BEGINNING of current record.  Located above Bytes 
  110.             Available field.  HOT KEY =  CTRL + HOME
  111.  
  112. END     :  Places cursor at the END of current record.  Located above Bytes Available
  113.             field.  HOT KEY =  CTRL + END
  114.  
  115. OK      :  Closes the Edit window and saves the record to disk.
  116.  
  117. CANCEL :  Backs out with out saving or setting anything.
  118.  
  119. COPY   :  Copies highlighted text to the clip board.
  120.  
  121. PASTE  :  This copies whatever is in the clip board and pastes it into the current 
  122.             record starting at the current cursor position.
  123.  
  124. CUT     :  This deletes any highlighted text from the record but also copies it to the
  125.             clip board at the same time.
  126.  
  127. CLEAR  :  This will delete any highlighted text.
  128.  
  129. PRINT  :  This will do a straight, no frills, ASCII dump to the printer.  If you need
  130.             formatted printing, save the record to an ASCII file then load into your fav-
  131.             orite word processor.
  132.  
  133. SEARCH :  Go and Stop buttons.  Press Go to initiate a search.  You'll be presented 
  134.             with a dialog entry box to enter a search string.  Press OK to start, Cancel
  135.             to quit, and check the case sensitive box if you need that.  The Default is 
  136.             to be non case sensitive.  The program will find your search string and 
  137.             highlight it.  If It can NOT find it you will hear a musical note.  Continue
  138.             to press Go to search through the entire document until you hear the music-
  139.             al note telling you there are no more occurrences of your search string.  
  140.             The Stop button will stop and clear the search.  All searches start at the
  141.             BEGINNING of the record NOT at the point where the cursor is at.  So po-
  142.             sitioning the cursor has no effect on where it will start searching.  The
  143.             F2 button is a 'hot' key for the Go button.
  144.  
  145. EXPORT TO FILE    :   Export From File presents the user with a dialog entry box.
  146.                           Type in the FULL path and name of the file you want to save
  147.                           the current record in.  Press OK or Cancel.  
  148.  
  149. IMPORT FROM FILE  :  Import From File presents the user with an Open Dialog box
  150.                           which is used to select a TEXT file and import it into the
  151.                           current record at the position where the cursor is located at.
  152.                           Maximum size file that can be imported is 29,999 bytes in a
  153.                           new record or whatever the Bytes Available field to the right
  154.                           of the Record name field tells you is available.
  155.  
  156.  
  157. /************************* Controls in View Window *********************/
  158.  
  159. OK      :  Closes the View record window.
  160.                 
  161. COPY   :  Copies highlighted text to the clip board.  Text can be highlighted in the us-
  162.             ual ways.  Hold down on Shift button and use arrow keys.  Or hold down
  163.             on mouse button 1 and drag over the text to highlight.
  164.  
  165. SEARCH :  Go and Stop buttons.  Press Go to initiate a search.  You'll be presented 
  166.             with a dialog entry box to enter a search string.  Press OK to start, Cancel
  167.             to quit, and check the case sensitive box if you need that.  The Default is 
  168.             to be non case sensitive.  The program will find your search string and 
  169.             highlight it.  If It can NOT find it you will hear a musical note.  Continue
  170.             to press Go to search through the entire document until you hear the music-
  171.             al note telling you there are no more occurrences of your search string.  
  172.             The Stop button will stop and clear the search.  All searches start at the
  173.             BEGINNING of the record NOT at the point where the cursor is at.  So po-
  174.             sitioning the cursor has no effect on where it will start searching.
  175.  
  176. EXPORT TO FILE    :   Export From File presents the user with a dialog entry box.
  177.                           Type in the FULL path and name of the file you want to save
  178.                           the current record in.  Press OK or Cancel.  
  179.  
  180. PRINT  :  This will do a straight, no frills, ASCII dump to the printer.  If you need
  181.             formatted printing, save the record to an ASCII file then load into your fav-
  182.             orite word processor.
  183.  
  184.  
  185. /*********************** Global Search Window *************************/
  186.  
  187.    Global Searches are those searches that are initiated from the search button on the
  188. main program window - not a search conducted while in an Edit or View Window.  
  189. When you press the search button for a Global search, you will be presented with a
  190. dialog entry box.  Select either of the two check boxes depending on whether you want
  191. to search the Name or Text fields of the record and whether you need the search to be
  192. case sensitive or not.  The Default is to search the Text field of the record and NOT 
  193. be case sensitive.  Enter a search string in the entry field and press OK to begin.  
  194.    The program will then start searching, one at a time, through every record you have.
  195. If you have 1000 records the search may take 2-3 minutes depending on the speed of 
  196. your computer and if what you are looking for is in the last record it looks at.
  197.    If it finds a match for your search string it will open that record in a Search ---
  198. View Record Window and highlight the found string.  You will then be presented with
  199. four choices :
  200.  
  201. CANCEL   :  Quit the search.  This will close the Search --- View Record window.
  202.               The record will be highlighted in the list box so you can now perform any
  203.               of the main actions on it. ( Edit, View, Delete )
  204.  
  205. CONTINUE GLOBAL  :  This will close the current window and continue to search 
  206.                          the rest of the records for a match of your search string.  If
  207.                          another match is found it will open a window and highlight the
  208.                          string again.  And on and on until it runs out of records and 
  209.                          notifies you that there are no more matches.  
  210.  
  211. CONTINUE LOCAL  :   This will continue through the currently opened record looking 
  212.                          for more occurrences of your search string until you quit or there
  213.                          are no more matches.  No more matches will result in a music-
  214.                          al note.   
  215.  
  216. COPY   :  Copies highlighted text to the clip board.  Text can be highlighted in the us-
  217.             ual ways.  Hold down on Shift button and use arrow keys.  Or hold down
  218.             on mouse button 1 and drag over the text to highlight text.
  219.  
  220.  
  221. /*********************** MENU ITEM SELECTIONS **********************/
  222.  
  223.  
  224. About ...    :  Under Options on the main menu bar.  View the noxious Shareware 
  225.                 money grubbing beg screen.
  226.  
  227. Default File :  Change the Default PADHD data file.  MUST use .PDF extension.
  228.  
  229.    The Default File choice is located under the Options choice on the menu bar.  When 
  230. PADHD is ran for the first time, it creates a data file to hold all of your notes and 
  231. other information about them.  The file is PADHD.PDF and will be in the same direct-
  232. ory that you put PADHD.EXE into.  PADHD will only hold 1000 notes in a data file.  If
  233. you select the Default File choice you will see the default data file named PADHD.PDF.
  234. If you fill up this file and run out of room you can just type in a name for a new data 
  235. file.  Use the same .PDF extension.  Type in PADHD2.PDF , for example, then press 
  236. OK. If the file does not exist then it will be created.  If it does exist, in the same 
  237. directory, it will load it in. You can keep an infinite number of data files and switch 
  238. back and forth by just changing the Default File.  This field is a Drop Down List box.  
  239. So, if you have several .PDF files just click on the arrow on the right side of the box 
  240. and it will drop down a list of any other .PDF files.  Select the one you want then 
  241. press OK.  It will unload the old file and load in this file.
  242.  
  243. Toggle Word Wrap :  Will turn the word wrap feature on or off.  The title bar of the 
  244.                        main window will say what the current state is.  With word wrap
  245.                        on you won't need to use the horizontal scroll bar.  This is lo-
  246.                        cated under the Options selection on the main menu bar. 
  247.  
  248. /************************* ALMOST THE END *************************/
  249.  
  250.    That's about it.  Sheeeew! I hate document files!
  251.    Registration is a paltry $20.00.  Upon registration you'll receive a postcard with the
  252. appropriate code to get rid of the ugly Shareware "About PADHD" screen.  Upgrades or
  253. bug fixes will of course be posted on Several BBS's. Suggestions for new features or 
  254. comments may be sent to the address below or posted on Genie to : G.ROBINSON13
  255.  
  256.                              Gary L. Robinson
  257.                              600 D. Mumford Dr. 
  258.                              Troy, OH 45373
  259.  
  260. /*********************** REGISTRATION FORM *************************/
  261.  
  262.  
  263.  
  264.       ------------------------------------------------------------------
  265.  
  266.  
  267.                           REGISTRATION FORM
  268.                              PADHD ver. 1.00
  269.                 Copyright (c) 1994 by Gary L. Robinson
  270.  
  271.                             -----------------
  272.  
  273.     This order form is for use by individuals wishing to become registered 
  274.     users of PADHD.  Corporations and other institutions, please contact me
  275.     for further information regarding site licenses and volume discounts.
  276.  
  277.       ------------------------------------------------------------------
  278.  
  279.                         CASH, CHECK or MONEY ORDER
  280.                         --------------------------
  281.  
  282.     Please complete the following information and return this form with your 
  283.     check or money order to the address below.  Please make all checks and 
  284.     money orders for U.S. funds payable to Gary L. Robinson.
  285.  
  286.     Registration entitles you to use all future updates of PADHD without any 
  287.     additional expense.  This applies to individuals not to corporations or 
  288.     other institutions.
  289.  
  290.     Please submit to:  Gary L. Robinson
  291.                         600 D. Mumford Dr.
  292.                         Troy, OH 45373
  293.                         USA
  294.  
  295.  
  296.       ------------------------------------------------------------------
  297.  
  298.     <Please Type or Print Clearly>
  299.     
  300.     Name: ___________________________________________________________
  301.  
  302.     Company: ________________________________________________________
  303.     
  304.     Address: ________________________________________________________
  305.  
  306.              ________________________________________________________
  307.  
  308.     City: _____________________  St or Prov: ________________________
  309.  
  310.     Postal Code: ________________  Country: _________________________
  311.  
  312.     Phone Number: ___________________________________________________
  313.  
  314.     Date: ___-___-______
  315.     
  316.  
  317.  
  318.     I would like to register:
  319.                                                                Totals
  320.  
  321.     ____ Copy(s) of PADHD Ver. 1.00 @ $ 20.00 per copy:    $______________
  322.  
  323.  
  324.     OHIO Residents add %5.5 for state sales tax:      ____________________
  325.  
  326.  
  327.     I am including a check or money order for:         ___________________
  328.  
  329.  
  330.  
  331.       ------------------------------------------------------------------
  332.  
  333. /**************************** THE END ******************************/
  334.  
  335.  
  336.  
  337.